Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Character Name Checking #197

Merged
merged 5 commits into from
Sep 23, 2024
Merged

New Character Name Checking #197

merged 5 commits into from
Sep 23, 2024

Conversation

robinje
Copy link
Owner

@robinje robinje commented Sep 22, 2024

This is a part of #58 but there is still more to do.

This provide a Bloom Filter to detect if a name is currently being used by another player to avoid collisions.

This replaces the old bool map, which I noticed wasn't completely implemented.

@robinje robinje added the go Pull requests that update Go code label Sep 22, 2024
@robinje robinje requested a review from generiKC September 22, 2024 01:31
@robinje robinje self-assigned this Sep 22, 2024
@robinje robinje merged commit 76dc933 into develop Sep 23, 2024
4 checks passed
@robinje robinje deleted the bloomfilter branch September 24, 2024 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants